home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Setup.xcs < prev    next >
Extensible Markup Language  |  2005-11-14  |  11KB  |  386 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Setup" oor:package="org.openoffice" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains Setup preferences, such as the installed UI locales or the available modules.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="InstalledLocale">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Describes a language pack that is installed to provide a localized office UI.</desc>
  16.             </info>
  17.             <prop oor:name="Origin" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Identifies the organization, group or person that provided this language pack.</desc>
  22.                 </info>
  23.             </prop>
  24.         </group>
  25.         <group oor:name="MigrationStep">
  26.  
  27.             <info>
  28.  
  29.                 <desc>Describes one step of migration</desc>
  30.             </info>
  31.             <prop oor:name="MigrationService" oor:type="xs:string">
  32.  
  33.                 <info>
  34.  
  35.                     <desc>an optional uno service that is called after files and nodes have been copied in order to perform custom migration actions. The service needs to support XInitializable and XJob interfaces according do http://specs.openoffice.org/appwide/migration/spec_migration.sxw</desc>
  36.                 </info>
  37.             </prop>
  38.             <prop oor:name="ServiceConfigComponents" oor:type="oor:string-list">
  39.  
  40.                 <info>
  41.  
  42.                     <desc>a list of config components that are to be passed to service</desc>
  43.                 </info>
  44.             </prop>
  45.             <prop oor:name="IncludedFiles" oor:type="oor:string-list">
  46.  
  47.                 <info>
  48.  
  49.                     <desc>a list of wildcards relative to the old userdata origin that are to be copied</desc>
  50.                 </info>
  51.             </prop>
  52.             <prop oor:name="ExcludedFiles" oor:type="oor:string-list">
  53.  
  54.                 <info>
  55.  
  56.                     <desc>a list of wildcards relative to the old userdata origin that are to be copied</desc>
  57.                 </info>
  58.             </prop>
  59.             <prop oor:name="IncludedNodes" oor:type="oor:string-list">
  60.  
  61.                 <info>
  62.  
  63.                     <desc>a list of configuration node paths that are to be moved from the old user layer to the new user layer</desc>
  64.                 </info>
  65.             </prop>
  66.             <prop oor:name="ExcludedNodes" oor:type="oor:string-list">
  67.  
  68.                 <info>
  69.  
  70.                     <desc>a list of configuration node paths that are not to be moved from the old user layer to the new user layer</desc>
  71.                 </info>
  72.             </prop>
  73.         </group>
  74.         <group oor:name="Factory">
  75.  
  76.             <info>
  77.  
  78.                 <desc>Describes an application module (a document factory, such as Writer).</desc>
  79.             </info>
  80.             <prop oor:name="ooSetupFactoryActualFilter" oor:type="xs:string">
  81.  
  82.                 <info>
  83.  
  84.                     <desc>It's the "most actual" filter, which is able to import/export ALL currently implemented features of this office module.
  85.                           It has to be the programatic name of the filter.</desc>
  86.                 </info>
  87.             </prop>
  88.             <prop oor:name="ooSetupFactoryDefaultFilter" oor:type="xs:string">
  89.  
  90.                 <info>
  91.  
  92.                     <desc>Specifies the default file format for saving documents inside this office module.</desc>
  93.                 </info>
  94.             </prop>
  95.             <prop oor:name="ooSetupFactoryShortName" oor:type="xs:string">
  96.  
  97.                 <info>
  98.  
  99.                     <desc>Specifies the short name of the factory.</desc>
  100.                 </info>
  101.             </prop>
  102.             <prop oor:name="ooSetupFactoryUIName" oor:type="xs:string">
  103.  
  104.                 <info>
  105.  
  106.                     <desc>Specifies the UI name of the factory.</desc>
  107.                 </info>
  108.             </prop>
  109.             <prop oor:name="ooSetupFactoryTemplateFile" oor:type="xs:string">
  110.  
  111.                 <info>
  112.  
  113.                     <desc>Specifies the name of the standard template file for the factory.</desc>
  114.                 </info>
  115.             </prop>
  116.             <prop oor:name="ooSetupFactoryWindowAttributes" oor:type="xs:string">
  117.  
  118.                 <info>
  119.  
  120.                     <desc>Specifies the attributes of the factory window</desc>
  121.                 </info>
  122.             </prop>
  123.             <prop oor:name="ooSetupFactoryEmptyDocumentURL" oor:type="xs:string">
  124.  
  125.                 <info>
  126.  
  127.                     <desc>Specifies the URL for opening an empty document in the factory.</desc>
  128.                 </info>
  129.             </prop>
  130.             <prop oor:name="ooSetupFactoryIcon" oor:type="xs:int">
  131.  
  132.                 <info>
  133.  
  134.                     <desc>Specifies the ID of the icon for the factory</desc>
  135.                 </info>
  136.                 <value>0</value>
  137.             </prop>
  138.             <prop oor:name="ooSetupFactoryCommandConfigRef" oor:type="xs:string">
  139.  
  140.                 <info>
  141.  
  142.                     <desc>Refer to a configuration file, which contains the list of UI commands, suitable for this module.</desc>
  143.                 </info>
  144.             </prop>
  145.             <prop oor:name="ooSetupFactoryWindowStateConfigRef" oor:type="xs:string">
  146.  
  147.                 <info>
  148.  
  149.                     <desc>Refer to a configuration file, which contains the persistent window data, suitable for this module.</desc>
  150.                 </info>
  151.             </prop>
  152.             <prop oor:name="ooSetupFactoryCmdCategoryConfigRef" oor:type="xs:string">
  153.  
  154.                 <info>
  155.  
  156.                     <desc>Refers to a configuration file which contains category definitions for user interface commands suitable for this module.</desc>
  157.                     <desc>Refers to a configuration file which contains category definitions for user interface commands suitable for this module.</desc>
  158.                 </info>
  159.             </prop>
  160.             <prop oor:name="ooSetupFactoryHelpBaseURL" oor:type="xs:string">
  161.  
  162.                 <info>
  163.  
  164.                     <desc>Describe the base part of a help URL, which can be used to show the start help page according to the used office factory.</desc>
  165.                 </info>
  166.             </prop>
  167.             <prop oor:name="ooSetupFactoryHelpOnOpen" oor:type="xs:boolean">
  168.  
  169.                 <info>
  170.  
  171.                     <desc>Enable/disable automatic showing of the start help page for this office factory, if any document suitable for this factory is opened.</desc>
  172.                 </info>
  173.             </prop>
  174.         </group>
  175.     </templates>
  176.     <component>
  177.  
  178.         <group oor:name="Product">
  179.  
  180.             <info>
  181.  
  182.                 <desc>Contains common product and version information</desc>
  183.             </info>
  184.             <prop oor:name="ooName" oor:type="xs:string">
  185.  
  186.                 <info>
  187.  
  188.                     <desc>Specifies the name of a product.</desc>
  189.                 </info>
  190.                 <value/>
  191.             </prop>
  192.             <prop oor:name="ooXMLFileFormatVersion" oor:type="xs:string">
  193.  
  194.                 <info>
  195.  
  196.                     <desc>Specifies the version of the SO 6/7 or OOo 1.0 xml file formats.</desc>
  197.                 </info>
  198.                 <value/>
  199.             </prop>
  200.             <prop oor:name="ooXMLFileFormatName" oor:type="xs:string">
  201.  
  202.                 <info>
  203.  
  204.                     <desc>Specifies the name of the SO6/7 or OOo1.0 xml file formats.</desc>
  205.                 </info>
  206.                 <value/>
  207.             </prop>
  208.             <prop oor:name="ooSetupVersion" oor:type="xs:string">
  209.  
  210.                 <info>
  211.  
  212.                     <desc>Specifies the version number of the product that appears on the user interface.</desc>
  213.                 </info>
  214.                 <value/>
  215.             </prop>
  216.             <prop oor:name="ooSetupExtension" oor:type="xs:string">
  217.  
  218.                 <info>
  219.  
  220.                     <desc>Specifies the version number that appears on the user interface.</desc>
  221.                 </info>
  222.                 <value/>
  223.             </prop>
  224.         </group>
  225.         <group oor:name="Office">
  226.  
  227.             <info>
  228.  
  229.                 <desc>Specifies the installation location, locales and the available factories for creating documents.</desc>
  230.             </info>
  231.             <prop oor:name="ooSetupInstallPath" oor:type="xs:string">
  232.  
  233.                 <info>
  234.  
  235.                     <deprecated/>
  236.                 </info>
  237.                 <value/>
  238.             </prop>
  239.             <prop oor:name="ooSetupInstallURL" oor:type="xs:string">
  240.  
  241.                 <info>
  242.  
  243.                     <deprecated/>
  244.                 </info>
  245.                 <value/>
  246.             </prop>
  247.             <prop oor:name="ooSetupInstCompleted" oor:type="xs:boolean">
  248.  
  249.                 <info>
  250.  
  251.                     <deprecated/>
  252.                 </info>
  253.             </prop>
  254.             <prop oor:name="ooSetupLocales" oor:type="oor:string-list">
  255.  
  256.                 <info>
  257.  
  258.                     <deprecated/>
  259.                 </info>
  260.             </prop>
  261.             <set oor:name="InstalledLocales" oor:node-type="InstalledLocale">
  262.  
  263.                 <info>
  264.  
  265.                     <desc>Enumerates the application languages that are installed, if a multilingual version is used.</desc>
  266.                 </info>
  267.             </set>
  268.             <prop oor:name="ooSetupShowIntro" oor:type="xs:boolean">
  269.  
  270.                 <info>
  271.  
  272.                     <deprecated/>
  273.                 </info>
  274.             </prop>
  275.             <prop oor:name="ooSetupConnectionURL" oor:type="xs:string">
  276.  
  277.                 <info>
  278.  
  279.                     <desc>Specifies the URL for an UNO connection that can be used to script the office from outside.</desc>
  280.                 </info>
  281.                 <value/>
  282.             </prop>
  283.             <prop oor:name="LicenseAcceptDate" oor:type="xs:string">
  284.  
  285.                 <info>
  286.  
  287.                     <desc>The xsd:datetime (YYYY-MM-DDTHH:MM:SS) on which the user has accepted the license. If the current installation has a license that is newer then this date, the license has to be accepted again.</desc>
  288.                 </info>
  289.             </prop>
  290.             <prop oor:name="FirstStartWizardCompleted" oor:type="xs:boolean">
  291.  
  292.                 <info>
  293.  
  294.                     <desc>is set to true, when the FirstStartWizard has been completed</desc>
  295.                 </info>
  296.                 <value>false</value>
  297.             </prop>
  298.             <set oor:name="Factories" oor:node-type="Factory">
  299.  
  300.                 <info>
  301.  
  302.                     <desc>Contains all of the document factories that were installed during setup.</desc>
  303.                 </info>
  304.             </set>
  305.         </group>
  306.         <group oor:name="L10N">
  307.  
  308.             <info>
  309.  
  310.                 <desc>Specifies the installation locales.</desc>
  311.             </info>
  312.             <prop oor:name="ooLocale" oor:type="xs:string">
  313.  
  314.                 <info>
  315.  
  316.                     <desc>Indicates the Office language selected by the user.</desc>
  317.                     <label>Locale</label>
  318.                 </info>
  319.                 <value/>
  320.             </prop>
  321.             <prop oor:name="ooSetupSystemLocale" oor:type="xs:string">
  322.  
  323.                 <info>
  324.  
  325.                     <desc>Indicates the locale setting defined by the user. By default, this label is empty and the system locale is used.</desc>
  326.                 </info>
  327.                 <value/>
  328.             </prop>
  329.             <prop oor:name="ooSetupCurrency" oor:type="xs:string">
  330.  
  331.                 <info>
  332.  
  333.                     <desc>Indicates the currency settings defined by the user. By default, this label is empty and the currency defined in the ooSetupSystemLocale is used.</desc>
  334.                 </info>
  335.                 <value/>
  336.             </prop>
  337.             <prop oor:name="DecimalSeparatorAsLocale" oor:type="xs:boolean" oor:nillable="false">
  338.  
  339.                 <info>
  340.  
  341.                     <desc>Indicates that the decimal separator (dot or commma) is used as appropriate for the selected locale instead of the one related to the default keyboard layout.</desc>
  342.                     <label>Decimal separator key same as locale setting.</label>
  343.                 </info>
  344.                 <value>true</value>
  345.             </prop>
  346.         </group>
  347.         <group oor:name="Configuration">
  348.  
  349.             <info>
  350.  
  351.                 <desc>Contains settings that control configuration data access.</desc>
  352.             </info>
  353.             <prop oor:name="TransferUserSettingsOnce" oor:type="xs:boolean" oor:nillable="false">
  354.  
  355.                 <info>
  356.  
  357.                     <deprecated/>
  358.                 </info>
  359.             </prop>
  360.         </group>
  361.         <group oor:name="Migration">
  362.  
  363.             <info>
  364.  
  365.                 <desc>Contains settings that control configuration data access.</desc>
  366.             </info>
  367.             <set oor:name="MigrationSteps" oor:node-type="MigrationStep">
  368.  
  369.                 <info>
  370.  
  371.                     <desc>The enumeration of migration steps that are to be applied on first start</desc>
  372.                 </info>
  373.             </set>
  374.             <prop oor:name="SupportedVersions" oor:type="oor:string-list">
  375.  
  376.                 <info>
  377.  
  378.                     <desc>version identifiers, that are supported for migration</desc>
  379.                 </info>
  380.                 <value/>
  381.             </prop>
  382.         </group>
  383.     </component>
  384. </oor:component-schema>
  385.  
  386.